home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / bootup / boot_n2z / roll_em / roll_em.txt < prev   
Text File  |  1995-05-02  |  1KB  |  29 lines

  1.  
  2.                                Roll 'Em
  3.  
  4.                    An Extend-O-Save Module for Warp 9
  5.  
  6.                       ╜ 1993 CodeHead Technologies
  7.                             By John Eidsvoog
  8.  
  9.  
  10. Roll 'Em requires Warp 9.  It works in all resolutions on all monitors. 
  11. The original idea for Roll 'Em was to create a module which would do
  12. something interesting without requiring the reserving of extra memory for
  13. a screen buffer.  It works by saving two scan lines of screen data and
  14. then copying each of the rest of the screen lines one line up or down to
  15. scroll the screen by one pixel. 
  16.  
  17. The concept does work, but the problem is that when you want to return to
  18. normal operation (by moving the mouse or hitting a key), you may have to
  19. wait a little while for the screen to scroll back to its original place. 
  20. To avoid this, Roll 'Em allows you to configure it to use a screen buffer. 
  21. It will then snap back immediately when you pop out of the screen saver,
  22. but the penalty is that you have to use extra memory equivalent to the
  23. size of the screen (32000 in ST modes, 153600 in TT and Moniterm modes). 
  24. When you answer "Yes" or "No" for screen buffer preference, the
  25. configuration is saved directly into ROLL_EM.EXT (make sure you don't
  26. rename the file). 
  27.  
  28. Enjoy!
  29.